#!/bin/bash

# for description see:
# /usr/share/modalai/voxl-camera-server/custom_camera_config.txt

FSYNC_GPIO="101"
FSYNC_EN=true

J3_SENSOR="ar0144-fsin-combo"
J3_NAME="tracking_front"
J3_ROTATE="true"

# here the "rotated" driver is not a different drive, the image is not flipped
# it indicates that the camera is in portrait mode and should be rotated 90 degrees
# in the encoded video stream for VTX, that's it
J3_COMBO1_SENSOR="ar0144-fsin-combo-rotated"
J3_COMBO1_NAME="tracking_down"
J3_COMBO1_ROTATE="false"

J4_SENSOR="imx664-fpv"
J4_NAME="hires"
J4_ROTATE="true"

